AWS – CodeBuild: Add an incremental build number

As it turned out, CodeBuild does not have a built-in incremental variable for the build number, as in Jenkins, for example. The solution was found on medium.com To add the build number you will need the following services: AWS SSM (Systems Manager Parameter Store) AWS Lambda AWS CloudWatch AWS IAM   Create Parameter Store Go … Continue reading AWS – CodeBuild: Add an incremental build number